home *** CD-ROM | disk | FTP | other *** search
- ; symantec.itools.awt.Label3D component description
-
- ; 01/29/97 TWB Integrated changes from Macintosh
-
- CLASS=symantec.itools.awt.Label3D
-
- SMALLICON=components\Label3d.ico, "ICON_Label3D"
- ICONSUITE=Icons, "142"
-
- FOLDER=Additional
- TOOLBAR=Additional
-
- PROPERTY=Enum, "Alignment Style", "AlignStyle", "ALIGN_CENTERED", "ALIGN_LEFT=0, ALIGN_CENTERED=1, ALIGN_RIGHT=2"
- PROPERTY=Enum, "Bevel Style", "BevelStyle", "BEVEL_RAISED", "BEVEL_LOWERED=0, BEVEL_RAISED=1, BEVEL_LINE=2, BEVEL_NONE=3"
- PROPERTY=Enum, "Border Indent", "BorderIndent", "INDENT_ZERO", "INDENT_ZERO, INDENT_ONE, INDENT_TWO"
- PROPERTY=Color, "Border Color", "BorderedColor", "black"
- PROPERTY=Color, "Text Color", "TextColor", "black"
-
- DEFPROPERTY=String, "Text", "Text", "text"
-
- CONNECTION=input, "String","", "%name%.setText(%arg%);", "Set the text for %class%"
- CONNECTION=output, "String","", "%name%.getText()", "Get the text for %class%"
- CONNECTION=input, "int", "", "%name%.setAlignStyle(%arg%);", "Set the alignment style"
- CONNECTION=output, "int", "", "%name%.getAlignStyle()", "Get the alignment style"
- CONNECTION=input, "int", "", "%name%.setBevelStyle(%arg%);", "Set the bevel style"
- CONNECTION=output, "int", "", "%name%.getBevelStyle()", "Get the bevel style"
- CONNECTION=input, "int", "", "%name%.setBorderIndent(%arg%);", "Set the border indent"
- CONNECTION=output, "int", "", "%name%.getBorderIndent()", "Get the border indent"
- CONNECTION=input, "Color", "", "%name%.setTextColor(%arg%);", "Set the text color"
- CONNECTION=output, "Color", "", "%name%.getTextColor()", "Get the text color"
- CONNECTION=input, "Color", "", "%name%.setBorderedColor(%arg%);", "Set the border color"
- CONNECTION=output, "Color", "", "%name%.getBorderedColor()", "Get the border color"
- CONNECTION=output, "int", "", "%name%.INDENT_ZERO", "INDENT_ZERO"
- CONNECTION=output, "int", "", "%name%.INDENT_ONE", "INDENT_ONE"
- CONNECTION=output, "int", "", "%name%.INDENT_TWO", "INDENT_TWO"
- CONNECTION=output, "int", "", "%name%.ALIGN_LEFT", "ALIGN_LEFT"
- CONNECTION=output, "int", "", "%name%.ALIGN_CENTERED", "ALIGN_CENTERED"
- CONNECTION=output, "int", "", "%name%.ALIGN_RIGHT", "ALIGN_RIGHT"
- CONNECTION=output, "int", "", "%name%.BEVEL_LOWERED", "BEVEL_LOWERED"
- CONNECTION=output, "int", "", "%name%.BEVEL_RAISED", "BEVEL_RAISED"
- CONNECTION=output, "int", "", "%name%.BEVEL_LINE", "BEVEL_LINE"
- CONNECTION=output, "int", "", "%name%.BEVEL_NONE", "BEVEL_NONE"
-
-